Declare @Id Int                               
Select @Id = Id From sysobjects Where Name = 'RepNoskheh'
IF not Exists(SELECT * FROM syscolumns WHERE id = @Id and Name = 'TotPriceFaniBimar')
  Alter Table dbo.RepNoskheh Add TotPriceFaniBimar Money
  